home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -screenplay- / shareware / freeciv / data / trident_shields.tilespec < prev    next >
Text File  |  2000-02-29  |  1KB  |  47 lines

  1.  
  2. [tilespec]
  3.  
  4. ; Format and options of this tilespec file:
  5. options = "+tilespec2 +duplicates_ok"
  6.  
  7. ; A simple name for the tileset specified by this file:
  8. name = "Trident w/Shields"
  9.  
  10. ; TODO: add more overall information fields on tiles, 
  11. ; eg, description, authors, colors, etc.
  12.  
  13. ; Basic tile sizes:
  14. normal_tile_width  = 30
  15. normal_tile_height = 30
  16. small_tile_width   = 15
  17. small_tile_height  = 20
  18.  
  19. ; Font to use to draw city names:
  20. city_names_font = "9x15bold"
  21.  
  22. ; Should flags be drawn as transparent:  (else opaque)
  23. flags_are_transparent = 1
  24.  
  25. ; These are special because they get freed and reloaded
  26. ; as required:
  27. main_intro_file    = "misc/intro"
  28. minimap_intro_file = "misc/radar"
  29.  
  30. ; Below, the graphics spec files; must be somewhere (anywhere) in 
  31. ; the data path. Order may be important for color allocation on 
  32. ; low-color systems, and if there are any duplicate tags (lattermost
  33. ; tag is used).
  34. files = 
  35.   "trident/tiles.spec",
  36.   "misc/small.spec",
  37.   "trident/units.spec",
  38.   "trident/flags.spec",
  39.   "trident/roads.spec",
  40.   "misc/space.spec",
  41.   "misc/treaty.spec",
  42.   "trident/cities.spec",
  43.   "trident/explosions.spec",
  44.   "trident/auto_ll.spec",
  45.   "misc/chiefs.spec",
  46.   "misc/shields.spec"
  47.